home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / billutil.zip / BILLUTIL.TXT < prev    next >
Text File  |  1993-11-13  |  5KB  |  102 lines

  1.               Bill's Utils -- Cup of Fungus Software (c) 1993    
  2.             ===================================================
  3.     Bill's Utils is a collection of some of the utilites I have written
  4. over the last few years to help ease some of the shortcomings of DOS.  Even
  5. with the recent release of the mighty (not!) MS-DOS 6.2, I still find myself
  6. using these utilities a lot (since DOS includes few of their functions.)
  7. So I hope that some of you can use them too.  So here's a list of what is
  8. included:
  9.  
  10. PUSHPOP.ZIP  -- A pair of programs that PUSH and POP paths to and from a
  11.                 stack.  Do a PUSH, go to another directory (and/or drive), 
  12.                 do what you want, and POP returns you to your old location. 
  13.                
  14. DIRSPACE.ZIP -- A program that tells you how many bytes a directory and all
  15.                 its subdirectories are using on your disk.
  16.  
  17. TFORM.ZIP    -- A text formatting utility that searches and replaces char-
  18.                 acters based on their ASCII values.  Includes batch files
  19.                 to convert DOS text files to/from UNIX text files.
  20.  
  21. BIG.ZIP      -- A program that changes the standard DOS underscore cursor
  22.                 to a block cursor and vice versa.  This is useful for laptop
  23.                 screens and windowed DOS boxes.
  24.  
  25. WINSKIP.ZIP  -- A utility to be run in your autoexec.bat file that lets you
  26.                 boot into windows by default but will skip it if a key is
  27.                 pressed.
  28.  
  29. XFIND.ZIP    -- A utility that searches the entire current drive for a file
  30.                 or directory.  It supports standard DOS wildcards (* and ?).
  31.  
  32.     Detailed explanations and instructions are included for each utility
  33. in their respective zip files.  Also SOURCE IS INCLUDED FOR ALL PROGRAMS.
  34. All the source code is C/C++ written for Turbo C++ v.3.0.  I don't know
  35. how portable the code is to Microsoft C compilers.  I do know that most
  36. all the programs use DOS specific features and so will be difficult to
  37. port to other operating systems (with the possible exception of OS/2 using
  38. Borland C++ for OS/2).
  39.  
  40.     The code is included for education purposes only.  You can pick it
  41. apart, and learn from it all you want.  You can even use it in test programs
  42. that you will not be distributing.  But you cannot use it in whole or in
  43. part in any program that you will be distributing (for fun or profit),
  44. without permission in writing from me.  That's just legal and fair.  But
  45. don't be intimidated; if you ask me, I'll almost certainly give permission.
  46.  
  47.     My shareware policy is very cool: pay me what you think it is worth.
  48. If you use only one or two of the utilities very rarely, pay me some small
  49. amount.  If you use all the utilities on a daily basis, pay me fairly.  
  50. Some suggested amounts to pay for each utility (assuming you use it a few
  51. times per week):
  52.  
  53.     PUSH.EXE + POP.EXE:   $2 
  54.     DIRSPACE.EXE:         $2
  55.     TFORM.EXE:            $2
  56.     BIG.EXE:              $1
  57.     WINSKIP.EXE:          $1
  58.     XFIND.EXE             $2
  59.     ------------------------
  60.     All the above:       $10
  61.  
  62.     Remember those are just suggested amounts.  My policy is that you send 
  63. what it is worth TO YOU.  If you keep the utilites on multiple machines  
  64. (say a laptop and a desktop), and there is no chance that they will ever be
  65. used simultaneously on different machines, you only need to buy one license.
  66. If you don't think that any part of this is fair, contact me and we can work
  67. something out.  Fair enough.
  68.         
  69.         In addition to money I welcome all comments, suggestions, job offers,
  70. gifts, praise, and gratitude.  Flames I will take on an occasional basis,
  71. but only if they're really funny. :-)  I don't take credit cards.  I prefer
  72. cash if you want to mail it, but I will take checks drawn on a US bank.
  73. I also like (pretty) foreign currency (especially French cash) if you want 
  74. to mail that. :-)  To contact me by standard mail or e-mail write to:
  75.  
  76. Bill Menees
  77. 4086 Turner Road
  78. Rives, TN 38253 USA
  79.  
  80. e-mail: <menees@utkvx.utk.edu> or <wmenees@math.utk.edu>
  81.  
  82.     Please DO redistriute Bill's Utils as widely as possible in its original
  83. unaltered form.  Make sure this file (BILLUTIL.TXT) and all the above zip
  84. files are included unmodified in your distribution.  You can charge a small
  85. fee for this to cover your expenses, but it should be no more than $5.
  86. Thanks in advance for your support and cooperation!
  87.         
  88.     Standard Disclaimer:  This software is provided AS IS without warranty 
  89. of any kind, either expressed or implied.  The entire risk as to the quality 
  90. and performance of the program is with you.  Should the program prove defec-
  91. tive, you assume the cost of all necessary servicing, repair, or correction.  
  92. In no event shall the author, copyright holder, or any other party who may 
  93. redistribute the software be liable to you for damages, including any general, 
  94. special, incidental, or consequential damages arising out of the use or 
  95. inability to use the program (including, but not limited to, loss of data, 
  96. data being rendered inaccurate, loss of business profits, loss of business 
  97. information, business interruptions, loss sustained by you or third parties, 
  98. or a failure of the program to operate with any other programs), even if the 
  99. author, copyright holder, or other party has been advised of the possibility
  100. of such damages.
  101.  
  102.